← Index
NYTProf Performance Profile   
For flows_to_es.pl
  Run on Mon May 9 23:27:59 2016
Reported on Mon May 9 23:28:09 2016

Filename(eval 110)[/usr/share/perl5/Sub/Quote.pm:5]
StatementsExecuted 11 statements in 166µs
Eval Invoked At/usr/share/perl5/Sub/Quote.pm line 5
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22214µs14.3msSearch::Elasticsearch::Role::Client::Direct::Main::::_bulk_classSearch::Elasticsearch::Role::Client::Direct::Main::_bulk_class
11114µs28µsSub::Quote::::BEGIN@3.40 Sub::Quote::BEGIN@3.40
1118µs8µsMethod::Generate::Accessor::::BEGIN@6.41 Method::Generate::Accessor::BEGIN@6.41
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1{
222µs my $_QUOTED = ${$_[1]->{"\$_QUOTED"}};
3268µs242µs
# spent 28µs (14+14) within Sub::Quote::BEGIN@3.40 which was called: # once (14µs+14µs) by Sub::Quote::_clean_eval at line 3
no warnings 'closure';
# spent 28µs making 1 call to Sub::Quote::BEGIN@3.40 # spent 14µs making 1 call to warnings::unimport
4
# spent 14.3ms (14µs+14.3) within Search::Elasticsearch::Role::Client::Direct::Main::_bulk_class which was called 2 times, avg 7.13ms/call: # once (7µs+13.9ms) by Search::Elasticsearch::Role::Client::Direct::Main::bulk_helper at line 53 of Sub/Defer.pm # once (7µs+346µs) by Search::Elasticsearch::Role::Client::Direct::Main::bulk_helper at line 56 of /opt/flows/lib/lib/perl5/Search/Elasticsearch/Role/Client/Direct/Main.pm
sub Search::Elasticsearch::Role::Client::Direct::Main::_bulk_class {
5package Method::Generate::Accessor;
6
# spent 8µs within Method::Generate::Accessor::BEGIN@6.41 which was called: # once (8µs+0s) by Sub::Quote::_clean_eval at line 11
BEGIN {
711µs $^H = "1762";
81500ns ${^WARNING_BITS} = "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\003";
916µs %^H = (
10 );
11175µs18µs}
# spent 8µs making 1 call to Method::Generate::Accessor::BEGIN@6.41
121400ns die "_bulk_class is a read-only accessor" if @_ > 1;
1317µs113.9msexists $_[0]->{"_bulk_class"} ?
14$_[0]->{"_bulk_class"}
15: ($_[0]->{"_bulk_class"} = $_[0]->_build__bulk_class)
16 }
1711µs $_QUOTED->[3] = \&Search::Elasticsearch::Role::Client::Direct::Main::_bulk_class
18}
1915µs1;
20
21;